Micron Document
Deavmi's coding shack

Commit aa0e99c34197f1d7430a28f4ea9bc2cf3fecd18d


Parents : 929278a
Author : Tristan B. Kildaire <deavmi@redxen.eu>
Date : 2021-05-31T15:47:45+02:00

Added Hugo configuration file

Changes

1 files changed, 23 insertions(+), 0 deletions(-)


Diff

diff --git a/new_docs/config.toml b/new_docs/config.toml
new file mode 100644
index 0000000..4b6552d
--- /dev/null
+++ b/new_docs/config.toml
@@ -0,0 +1,23 @@
+baseURL = "/projects/t"
+languageCode = "en-us"
+title = "Tristan Lang"
+theme = "hugo-classic"
+
+
+[params]
+ accent="blue"
+
+[[menu.main]]
+ name="Documentation"
+ url="/documentation"
+ weight=1
+
+[[menu.main]]
+ name="Journal"
+ url="/journal"
+ weight=2
+
+[[menu.main]]
+ name="Dists"
+ url="/dists"
+ weight=3
\ No newline at end of file

Served by rngit 1.5.0 - Generated in 0.15s